github.com/klauspost/compress/huff0.decompress4xContext.peekBits (field)

2 uses

	github.com/klauspost/compress/huff0 (current package)
		decompress_amd64.go#L32: 	peekBits uint8
		decompress_amd64.go#L91: 			peekBits: uint8((64 - d.actualTableLog) & 63), // see: bitReaderShifted.peekBitsFast()